
Last chance! 50% off unlimited learning
Sale ends in
A study using radio-isotope to examine daily blood loss and number of hookworms infecting the patients.
data(Suwit)
A data frame with 15 observations on the following 3 variables.
id
a numeric vector
worm
a numeric vector: number of worms
bloss
a numeric vector: estimated daily blood loss (mg/day)
~~ possibly secondary sources and usages ~~
# NOT RUN {
data(Suwit)
with(Suwit, plot(worm, bloss, type="n"))
with(Suwit, text(worm, bloss, labels=id))
abline(lm(bloss ~ worm, data=Suwit), col="red")
# }
Run the code above in your browser using DataLab